Microsoft DirectX 8.1 (C++)

AMTimelineObj.SetUserID Method

The AMTimelineObj.SetUserID method sets an application-defined identifier for the object.

Syntax

object.SetUserID(
    newVal As Long
)

Parameters

newVal

Value that specifies the identifier. This identifier is used only by the application and can be any value.

Error Codes

If the method fails, an error is raised.

See Also